Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfGraphics Class / DrawImage Method / DrawImage(IImage,RectangleF,Nullable<RectangleF>,ImageAlign,Single) Method

In This Topic
    DrawImage(IImage,RectangleF,Nullable<RectangleF>,ImageAlign,Single) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub DrawImage( _
       ByVal image As IImage, _
       ByVal destBounds As System.Drawing.RectangleF, _
       ByVal clipBounds As System.Nullable(Of RectangleF), _
       ByVal align As ImageAlign, _
       Optional ByVal opacity As System.Single _
    ) 
    public void DrawImage( 
       IImage image,
       System.Drawing.RectangleF destBounds,
       System.Nullable<RectangleF> clipBounds,
       ImageAlign align,
       System.float opacity
    )

    Parameters

    image
    destBounds
    clipBounds
    align
    opacity
    See Also